home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 October: Mac OS SDK / Dev.CD Oct 96 SDK / Dev.CD Oct 96 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODFDev / ODF / Found / FWString / MacMake.bmk
Encoding:
Text File  |  1996-08-16  |  1.6 KB  |  60 lines  |  [TEXT/MPS ]

  1. #========================================================================================
  2. #
  3. #    File:                MacMake.bmk
  4. #    Release Version:    $ ODF 1 $
  5. #
  6. #    Copyright:    (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  7. #
  8. #========================================================================================
  9.  
  10. __ComponentName = ODFString
  11.  
  12. __ComponentSignature = 'odf '
  13.  
  14. __IncludeDirs = ∂
  15.     -i "{ODF}Found:FWCollec:Include:" ∂
  16.     -i "{ODF}Found:FWCommon:Include:" ∂
  17.     -i "{ODF}Found:FWTaskG:Include:" ∂
  18.     -i "{ODF}Found:FWRunTyp:Include:" ∂
  19.     -i "{ODF}Found:FWDebug:Include:" ∂
  20.     -i "{ODF}Found:FWExcLib:Include:" ∂
  21.     -i "{ODF}Found:FWStream:Include:" ∂
  22.     -i "{ODF}Found:Layer:Include:" ∂
  23.     -i "{ODF}Found:FWString:Include:"
  24.  
  25. __FrameworkObjects = 
  26.  
  27. # Component is built from the Layer folder
  28.  
  29. __ComponentObjects = 
  30.  
  31. __ComponentSourcesFromIDL = ∂
  32.     "{_FWTargetDir}Include:"FWTxtTyp.xh ∂
  33.     "{_FWTargetDir}Include:"SLTxtRun.xh ∂
  34.     "{_FWTargetDir}Include:"SLTxtRun.xih ∂
  35.     "{_FWTargetDir}Include:"SLStrRun.xh ∂
  36.     "{_FWTargetDir}Include:"SLStrRun.xih ∂
  37.  
  38.  
  39. #__ComponentResources =  "{_FWObjDir}"FWString.rsrc
  40.  
  41. __CFMInitFunction = ODF_STRING_CFMINIT
  42.     
  43. # directory dependency propagation
  44.  
  45. "{_FWObjDir}" ƒ ∂
  46.                 "{ODF}Found:FWCommon:Sources:" ∂
  47.                 "{ODF}Found:FWString:Sources:"
  48.  
  49. #####################################################################################
  50. # Dependencies
  51. #####################################################################################
  52.  
  53. "{_FWTargetDir}Include:"SLStrRun.xh ƒ "{_FWTargetDir}Include:"SLTxtRun.idl
  54.  
  55. "{_FWTargetDir}Include:"SLStrRun.xih ƒ "{_FWTargetDir}Include:"SLTxtRun.idl
  56.  
  57. "{_FWTargetDir}Include:"FWTxtTyp.xh ƒ "{_FWTargetDir}Include:"SLTxtTyp.idl
  58.  
  59.  
  60.